projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
922c412
)
add autoload
author
Andrea Corallo
<akrl@sdf.org>
Mon, 21 Oct 2019 07:53:00 +0000
(09:53 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:37:58 +0000
(11:37 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 90500b9fc38645b8304c03c2e95f39262752e540..34e0d02e3b188dc3b9d683fde3c78d598ab179f1 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-1693,6
+1693,7
@@
Prepare every function for final compilation and drive the C back-end."
\f
;;; Compiler entry points.
+;;;###autoload
(defun native-compile (input)
"Compile INPUT into native code.
This is the entrypoint for the Emacs Lisp native compiler.